home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libgnomevfs2-common.postrm < prev    next >
Encoding:
Text File  |  2007-04-10  |  589 b   |  20 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_gconf
  4. if which update-gconf-defaults >/dev/null 2>&1; then
  5.     update-gconf-defaults
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_gconf
  9. if [ "$1" = purge ]; then
  10.     OLD_DIR=/etc/gconf/schemas
  11.     SCHEMA_FILES="desktop_default_applications.schemas desktop_gnome_url_handlers.schemas system_dns_sd.schemas system_http_proxy.schemas system_smb.schemas "
  12.     if [ -d $OLD_DIR ]; then
  13.         for SCHEMA in $SCHEMA_FILES; do
  14.             rm -f $OLD_DIR/$SCHEMA
  15.         done
  16.         rmdir -p --ignore-fail-on-non-empty $OLD_DIR
  17.     fi
  18. fi
  19. # End automatically added section
  20.